SftTree/NET 2.0

LastOpenended Property, ColumnsClass Class

Softel vdm, Inc.

Defines whether the last column is open-ended.

Syntax      ColumnsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property LastOpenended As Boolean

C#   

public bool LastOpenended { get; set; }

C++   

public: property bool LastOpenended {
        bool get();
        void set(bool value);
}

Property Value

True if the last column is open-ended, otherwise False.

The default value is True.

Comments

The LastOpenended property defines whether the last column is open-ended.

Using the LastOpenended property, the last displayed column can be defined as open-ended. An open-ended last column will display the complete cell contents for the last (or only) column and never truncate any data. A fixed-width last column is defined with a specified width (see ColumnClass.Width) and any data which doesn't fit is truncated.

When a splitter bar is present, LastOpenended applies to both panes of the control and the last column of both the left and the right pane are open-ended columns.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com